testing.common.finished (field)

10 uses

	testing (current package)
		benchmark.go#L255: 	finished := b.finished
		fuzz.go#L661: 			if !f.finished && !f.skipped && !f.failed {
		fuzz.go#L743: 	f.finished = true
		testing.go#L647: 	finished    bool                 // Test function has completed.
		testing.go#L1020: 	c.finished = true
		testing.go#L1257: 	c.finished = true
		testing.go#L1903: 		finished := t.finished
		testing.go#L1909: 				finished = p.finished
		testing.go#L1929: 			t.finished = true
		testing.go#L2040: 	t.finished = true